home *** CD-ROM | disk | FTP | other *** search
/ Champak 61 / Volume 61 - JOGO DISK .iso / Games / happyfishing.swf / scripts / DefineSprite_599 / frame_3 / DoAction.as
Text File  |  2008-03-14  |  146b  |  8 lines

  1. stop();
  2. btnStart.onPress = function()
  3. {
  4.    _root.sndButton.start(0,1);
  5.    _root.gameMulai = true;
  6.    _root.guiLevel13._visible = false;
  7. };
  8.